home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / Backup / BackupEngine.dll / DATABASEFILE / 203 / SettingsTable.json < prev    next >
JavaScript Object Notation  |  2008-11-13  |  364b

  1. {
  2.     "schema": {
  3.         "ThreadPriority": "Long Integer NOT NULL",
  4.         "Mode": "Long Integer NOT NULL",
  5.         "CompressionLevel": "Long Integer NOT NULL",
  6.         "PasswordProtection": "Boolean NOT NULL",
  7.         "SplittingSizeLow": "Long Integer",
  8.         "SplittingSizeHigh": "Long Integer"
  9.     },
  10.     "data": [
  11.         {
  12.             "ThreadPriority": 0,
  13.             "Mode": 0,
  14.             "CompressionLevel": 0,
  15.             "PasswordProtection": 0,
  16.             "SplittingSizeLow": -1,
  17.             "SplittingSizeHigh": -1
  18.         }
  19.     ]
  20. }